home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / slunec / app / httrack.exe / {app} / src_win / WinHTTrack / trans.h < prev    next >
C/C++ Source or Header  |  2000-05-14  |  2KB  |  80 lines

  1. #if !defined(AFX_TRANS_H__437D7274_F613_11D1_B222_006097BCBD81__INCLUDED_)
  2. #define AFX_TRANS_H__437D7274_F613_11D1_B222_006097BCBD81__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // trans.h : header file
  8. //
  9.  
  10. #include "ras.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Ctrans dialog
  14.  
  15. class Ctrans : public CPropertyPage
  16. {
  17.     DECLARE_DYNCREATE(Ctrans)
  18. public:
  19.   char RasString[256];
  20.   RASDIALPARAMS dial;
  21.   int hms;
  22. // Construction
  23.     Ctrans();   // standard constructor
  24.     ~Ctrans();   // standard constructor
  25.  
  26. // Dialog Data
  27.     //{{AFX_DATA(Ctrans)
  28.     enum { IDD = IDD_Debut };
  29.     CButton    m_ctl_rasdisc;
  30.     CStatic    m_ctlcnx;
  31.     CComboBox    m_ctlrasid;
  32.     CStatic    m_ctl_wait;
  33.     CEdit    m_ctl_ss;
  34.     CEdit    m_ctl_mm;
  35.     CEdit    m_ctl_hh;
  36.     CString    m_hh;
  37.     CString    m_mm;
  38.     CString    m_ss;
  39.     BOOL    m_wait;
  40.     int        m_rasid;
  41.     BOOL    m_rasdisc;
  42.     //}}AFX_DATA
  43.  
  44.  
  45. // Overrides
  46.     // ClassWizard generated virtual function overrides
  47.     //{{AFX_VIRTUAL(Ctrans)
  48.     protected:
  49.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  50.     //}}AFX_VIRTUAL
  51.  
  52. // Implementation
  53. protected:
  54.   char* GetTip(int id);
  55.   BOOL OnHelpInfo2();
  56.   void FillProviderList(int fill);
  57.   BOOL isfilled;
  58.  
  59.     // Generated message map functions
  60.     //{{AFX_MSG(Ctrans)
  61.     afx_msg void OnChangehh();
  62.     virtual BOOL OnInitDialog();
  63.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  64.     afx_msg void OnSelchangerasid();
  65.     afx_msg void OnDropdownrasid();
  66.     afx_msg void Onrasdisc();
  67.     //}}AFX_MSG
  68.   virtual BOOL OnKillActive( );
  69.   virtual BOOL OnQueryCancel( );
  70.   virtual BOOL OnWizardFinish( );
  71.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  72.   virtual BOOL OnSetActive( );
  73.     DECLARE_MESSAGE_MAP()
  74. };
  75.  
  76. //{{AFX_INSERT_LOCATION}}
  77. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  78.  
  79. #endif // !defined(AFX_TRANS_H__437D7274_F613_11D1_B222_006097BCBD81__INCLUDED_)
  80.